SingleNINumericSingleNRemainder Method
Computes the remainder after dividing the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SingleN INumeric<SingleN>.Remainder(
SingleN value
)
Private Function Remainder (
value As SingleN
) As SingleN Implements INumeric(Of SingleN).Remainder
private:
virtual SingleN Remainder(
SingleN value
) sealed = INumeric<SingleN>::Remainder
private abstract Remainder :
value : SingleN -> SingleN
private override Remainder :
value : SingleN -> SingleN
- value SingleN
- The value as the divisor.
SingleNThe remainder after dividing the current value by
value.
INumericTSelfRemainder(TSelf)